Fix triple-quoting electricity in python-mode
authorJoão Távora <joaotavora@gmail.com>
Sun, 6 Apr 2014 23:23:45 +0000 (00:23 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sun, 6 Apr 2014 23:23:45 +0000 (00:23 +0100)
commit08d324ecd2089137c7e7f30a80a06414e47364b2
tree2ddc796f7d5614fa46e646dfbe2dde84faf96975
parent9802fa39b8b13bb432e6bd9b4cf5fac32801ab84
Fix triple-quoting electricity in python-mode

* lisp/progmodes/python.el (python-electric-pair-string-delimiter): Fix
triple-quoting electricity.

* test/automated/python-tests.el (python-triple-quote-pairing): New test.
(python-syntax-after-python-backspace): New test.
lisp/ChangeLog
lisp/progmodes/python.el
test/ChangeLog
test/automated/python-tests.el